.head{
background-color:rgb(255,204,0);
}

.search input[type=search]:focus{
border:2px solid rgb(198,40,58);
}

a.privacy{
color:rgb(198,40,58);
}

.footer a:hover{
color:rgb(198,40,58);
}

input[type=submit],input[type=button],.fake_button{
background-color:rgb(198,40,58);
}

.logo{
width:185px;
height:54px;
background-image:url(/images/logo_6.png);
}

.languages{
background-color:rgb(255,237,166);
}

.languages_can{
background-color:rgb(255,237,166);
}

.navigation a.navigation_active,.navigation a:hover{
border-bottom:1px solid rgb(198,25,50);
}

.content_left a:hover{
color:rgb(198,40,58);
}

.logo_print{
width:100%;
height:54px;
background-image:url(/images/logo_6.png);
background-color:rgb(255,204,0);
background-repeat:no-repeat;
background-position: 50%;
background-size:contain;
border:10px solid rgb(255,204,0);
}

.arten{
  display:block;
  position:relative;
  z-index:998;
  word-wrap:break-word;
}

.arten:hover{
  color: rgb(198,40,58);
}

.art_sub{
  top:-1px;
  left:100%;
  max-height:300px;
  overflow:auto;
  border:1px solid lightgrey;
  background-color:white;
  display:none;
  position:absolute;
  width:300px;
}

.art_sub a:hover{
  background-color:rgb(220,220,220);
  color:black !important;
}

.art_sub a{
  text-align: left;
  padding-inline: 5px;
}

.art_sub a{
  text-align: left;
}

.art_sub a:first-child{
  border-top: none;
}

.art_sub a.active{
  background-color: rgb(240,240,240);
  color: black;
}